home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3035 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: hubcap.clemson.edu!hubcap!mjs
  2. From: mjs@hubcap.clemson.edu (M. J. Saltzman)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Matrix Multiplication
  5. Date: 25 Jan 96 16:54:22 GMT
  6. Organization: Clemson University
  7. Message-ID: <mjs.822588862@hubcap>
  8. References: <1996Jan22.110440@gamma.ntu.ac.sg> <4e4fa7$51o@news.cencom.net> <1996Jan24.032402.8803@ohstpy>
  9. NNTP-Posting-Host: hubcap.clemson.edu
  10.  
  11. vancleef@ohstpy.mps.ohio-state.edu writes:
  12.  
  13. >In article <4e4fa7$51o@news.cencom.net>, tanp@ns (Bill Wendling) writes:
  14. >> }[matrix multiplication]
  15. >> 
  16. >> Try using Gaussian Elimination to make the array have either only
  17. >> values on the diagnol or one value...Then multiply with just one for loop.
  18.  
  19. >Gauusian Exchange method is superior to elimination method.
  20. >Look it up!
  21.  
  22. OK I looked it up in half a dozen books on numerical linear algebra
  23. and numerical analysis.  Not a single one has an index entry for 
  24. "Gaussian Exchange."
  25.  
  26. So what is it, or exactly where can I look it up?
  27. -- 
  28.         Matthew Saltzman
  29.         Clemson University Math Sciences
  30.         mjs@clemson.edu
  31.